home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / savap273.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  58.7 KB  |  1,524 lines

  1. *PPD-Adobe: "4.3"
  2. *%
  3. *%  Printer Description file
  4. *%    for "SAVIN SLP27 PS"
  5. *%
  6. *%    CreationDate: 1999/04/15
  7. *%    Modified:     2000/11/07
  8. *%
  9. *%    COPYRIGHT (C) 1998-2000 RICOH COMPANY, LTD.
  10. *%    All rights reserved.
  11. *%
  12.  
  13. *FileVersion: "2.0"
  14. *FormatVersion: "4.3"
  15. *LanguageEncoding: ISOLatin1
  16. *LanguageVersion: English
  17. *PCFileName: "SAVAP273.PPD"
  18. *Manufacturer: "Savin"
  19. *Product: "(SAVIN SLP27 PS3)"
  20. *PSVersion: "(3010.106) 2"
  21. *ModelName: "SAVIN SLP27"
  22. *ShortNickName: "SAVIN SLP27 PS"
  23. *NickName: "SAVIN SLP27 PS"
  24.  
  25. *%========== Basic Device Capabilities ==========
  26.  
  27. *Protocols: PJL BCP
  28. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  29. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
  30. *JCLEnd: "<1B>%-12345X@PJL EOJ<0A>"
  31.  
  32. *LanguageLevel: "3"
  33. *ColorDevice: False
  34. *DefaultColorSpace: Gray
  35.  
  36. *TTRasterizer: Type42
  37. *?TTRasterizer: "
  38.    save
  39.       42 /FontType resourcestatus
  40.       { pop pop (Type42)} {pop pop (None)} ifelse = flush
  41.    restore
  42. "
  43. *End
  44.  
  45. *FileSystem: True
  46. *?FileSystem: "
  47.   save
  48.   statusdict /diskonline get exec
  49.   {(True)}{(False)}ifelse = flush
  50.   restore
  51. "
  52. *End
  53.  
  54. *Throughput: "27"
  55.  
  56. *%========== Installable Options ==========
  57. *%========== & System Management ==========
  58.  
  59. *OpenGroup: InstallableOptions/InstallableOptions
  60. *OpenUI *InstalledMemory/Total Printer Memory: PickOne
  61. *DefaultInstalledMemory: None
  62. *InstalledMemory None/16MB: ""
  63. *InstalledMemory 48Meg/48MB: ""
  64. *InstalledMemory 80Meg/80MB: ""
  65. *?InstalledMemory: "
  66.   save
  67.   currentsystemparams /RamSize get 1048576 div cvi
  68.   dup 16 eq { pop (None)}{
  69.     dup 32 eq 1 index 48 eq or 1 index 80 eq or
  70.     {(  ) cvs print (Meg)}{ pop (Unknown)} ifelse} ifelse = flush
  71.   restore
  72. "
  73. *End
  74. *CloseUI: *InstalledMemory
  75.  
  76.  
  77. *OpenUI *Option8/Tray: PickOne
  78. *DefaultOption8: None
  79. *Option8 None/None: ""
  80. *Option8 1Cassette/Tray 3: ""
  81. *Option8 2Cassette/Tray 3 and 4: ""
  82. *?Option8: "
  83.   save {
  84.   currentpagedevice /InputAttributes get
  85.   {exch 0 eq {type (dicttype) eq {/num 0 def}{/num 1 def}ifelse}if}forall
  86.   currentpagedevice /InputAttributes get
  87.   {type (dicttype) eq {/num num 1 add def} if pop} forall
  88.   num
  89.      dup 3 eq { (None) exit } if
  90.      dup 4 eq { (1Cassette) exit } if
  91.      5 eq { (2Cassette) exit } if
  92.      (Unknown) exit
  93.   } loop
  94.   mark count 1 sub 2 roll cleartomark
  95.   = flush
  96.   restore
  97. "
  98. *End
  99. *CloseUI: *Option8
  100.  
  101.  
  102. *OpenUI *Option1/Bypass Tray: PickOne
  103. *DefaultOption1: False
  104. *Option1 False/Not Installed: ""
  105. *Option1 True/Installed: ""
  106. *?Option1: "
  107.   save
  108.   currentpagedevice /InputAttributes get
  109.   {exch 0 eq {type (dicttype)
  110.   eq {(True) exit} {(False) exit} ifelse}if} forall
  111.   mark count 1 sub 2 roll cleartomark
  112.   = flush
  113.   restore
  114. "
  115. *End
  116. *CloseUI: *Option1
  117.  
  118.  
  119. *OpenUI *Option2/Duplex Unit: Boolean
  120. *DefaultOption2: False
  121. *Option2 False/Not Installed: ""
  122. *Option2 True/Installed: ""
  123. *?Option2: "
  124.   save
  125.   currentpagedevice /Duplex known
  126.   {(True)}{(False)}ifelse = flush
  127.   restore
  128. "
  129. *End
  130. *CloseUI: *Option2
  131.  
  132.  
  133. *OpenUI *Option3/Finisher: PickOne
  134. *DefaultOption3: False
  135. *Option3 False/Not Installed: ""
  136. *Option3 True/Installed: ""
  137. *?Option3: "
  138.   save
  139.   currentpagedevice /OutputAttributes get
  140.   {exch 2 eq {type (dicttype)
  141.   eq {(True) exit} {(False) exit} ifelse}if} forall
  142.   mark count 1 sub 2 roll cleartomark
  143.   = flush
  144.   restore
  145. "
  146. *End
  147. *CloseUI: *Option3
  148.  
  149.  
  150. *OpenUI *Option5/Mail Box: PickOne
  151. *DefaultOption5: False
  152. *Option5 False/Not Installed: ""
  153. *Option5 True/Installed: ""
  154. *?Option5: "
  155.   save
  156.   currentpagedevice /OutputAttributes get
  157.   {exch 3 eq {type (dicttype)
  158.   eq {(True) exit} {(False) exit} ifelse}if} forall
  159.   mark count 1 sub 2 roll cleartomark
  160.   = flush
  161.   restore
  162. "
  163. *End
  164. *CloseUI: *Option5
  165.  
  166. *CloseGroup: InstallableOptions
  167.  
  168. *UIConstraints: *Option1 False *InputSlot BypassTray
  169. *UIConstraints: *Option8 None *InputSlot 3Tray
  170. *UIConstraints: *Option8 None *InputSlot 4Tray
  171. *UIConstraints: *Option8 1Cassette *InputSlot 4Tray
  172. *UIConstraints: *InputSlot BypassTray *Option1 False
  173. *UIConstraints: *InputSlot 3Tray *Option8 None
  174. *UIConstraints: *InputSlot 4Tray *Option8 None
  175. *UIConstraints: *InputSlot 4Tray *Option8 1Cassette
  176.  
  177. *% *UIConstraints: *Option9 False *OutputBin UpperTray
  178. *% *UIConstraints: *OutputBin UpperTray *Option9 False
  179.  
  180. *UIConstraints: *Option2 False *Duplex DuplexTumble
  181. *UIConstraints: *Option2 False *Duplex DuplexNoTumble
  182. *UIConstraints: *Duplex DuplexTumble *Option2 False
  183. *UIConstraints: *Duplex DuplexNoTumble *Option2 False
  184.  
  185. *UIConstraints: *Option3 False *OutputBin BinShift
  186. *UIConstraints: *Option3 False *RIStaple UpperLeft
  187. *UIConstraints: *Option3 False *RIStaple UpperRight
  188. *UIConstraints: *Option3 False *RIStaple LowerLeft
  189. *UIConstraints: *Option3 False *RIStaple LowerRight
  190. *UIConstraints: *OutputBin BinShift *Option3 False
  191. *UIConstraints: *RIStaple UpperLeft *Option3 False
  192. *UIConstraints: *RIStaple UpperRight *Option3 False
  193. *UIConstraints: *RIStaple LowerLeft *Option3 False
  194. *UIConstraints: *RIStaple LowerRight *Option3 False
  195.  
  196. *UIConstraints: *Option5 False *OutputBin MailBoxBin1
  197. *UIConstraints: *Option5 False *OutputBin MailBoxBin2
  198. *UIConstraints: *Option5 False *OutputBin MailBoxBin3
  199. *UIConstraints: *Option5 False *OutputBin MailBoxBin4
  200. *UIConstraints: *OutputBin MailBoxBin1 *Option5 False
  201. *UIConstraints: *OutputBin MailBoxBin2 *Option5 False
  202. *UIConstraints: *OutputBin MailBoxBin3 *Option5 False
  203. *UIConstraints: *OutputBin MailBoxBin4 *Option5 False
  204.  
  205. *UIConstraints: *PageSize A6 *Duplex DuplexTumble
  206. *UIConstraints: *PageSize A6 *Duplex DuplexNoTumble
  207. *UIConstraints: *PageSize HalfLetter *Duplex DuplexTumble
  208. *UIConstraints: *PageSize HalfLetter *Duplex DuplexNoTumble
  209. *UIConstraints: *PageSize DLEnv *Duplex DuplexTumble
  210. *UIConstraints: *PageSize DLEnv *Duplex DuplexNoTumble
  211. *UIConstraints: *PageSize Env10 *Duplex DuplexTumble
  212. *UIConstraints: *PageSize Env10 *Duplex DuplexNoTumble
  213. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble
  214. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble
  215. *UIConstraints: *PageSize EnvC5 *Duplex DuplexTumble
  216. *UIConstraints: *PageSize EnvC5 *Duplex DuplexNoTumble
  217. *UIConstraints: *PageSize EnvC6 *Duplex DuplexTumble
  218. *UIConstraints: *PageSize EnvC6 *Duplex DuplexNoTumble
  219. *%%% *UIConstraints: *PageXXXX 8K/16K  PPDCHECK ERROR
  220. *UIConstraints: *PageSize 8Kai *Duplex DuplexTumble
  221. *UIConstraints: *PageSize 8Kai *Duplex DuplexNoTumble
  222. *UIConstraints: *PageSize 16Kai *Duplex DuplexTumble
  223. *UIConstraints: *PageSize 16Kai *Duplex DuplexNoTumble
  224. *UIConstraints: *PageRegion A6 *Duplex DuplexTumble
  225. *UIConstraints: *PageRegion A6 *Duplex DuplexNoTumble
  226. *UIConstraints: *PageRegion HalfLetter *Duplex DuplexTumble
  227. *UIConstraints: *PageRegion HalfLetter *Duplex DuplexNoTumble
  228. *UIConstraints: *PageRegion DLEnv *Duplex DuplexTumble
  229. *UIConstraints: *PageRegion DLEnv *Duplex DuplexNoTumble
  230. *UIConstraints: *PageRegion Env10 *Duplex DuplexTumble
  231. *UIConstraints: *PageRegion Env10 *Duplex DuplexNoTumble
  232. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexTumble
  233. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble
  234. *UIConstraints: *PageRegion EnvC5 *Duplex DuplexTumble
  235. *UIConstraints: *PageRegion EnvC5 *Duplex DuplexNoTumble
  236. *UIConstraints: *PageRegion EnvC6 *Duplex DuplexTumble
  237. *UIConstraints: *PageRegion EnvC6 *Duplex DuplexNoTumble
  238. *UIConstraints: *PageRegion 8Kai *Duplex DuplexTumble
  239. *UIConstraints: *PageRegion 8Kai *Duplex DuplexNoTumble
  240. *UIConstraints: *PageRegion 16Kai *Duplex DuplexTumble
  241. *UIConstraints: *PageRegion 16Kai *Duplex DuplexNoTumble
  242.  
  243. *UIConstraints: *Duplex DuplexTumble *PageSize A6
  244. *UIConstraints: *Duplex DuplexNoTumble *PageSize A6
  245. *UIConstraints: *Duplex DuplexTumble *PageSize HalfLetter
  246. *UIConstraints: *Duplex DuplexNoTumble *PageSize HalfLetter
  247. *UIConstraints: *Duplex DuplexTumble *PageSize DLEnv
  248. *UIConstraints: *Duplex DuplexNoTumble *PageSize DLEnv
  249. *UIConstraints: *Duplex DuplexTumble *PageSize Env10
  250. *UIConstraints: *Duplex DuplexNoTumble *PageSize Env10
  251. *UIConstraints: *Duplex DuplexTumble *PageSize EnvMonarch
  252. *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvMonarch
  253. *UIConstraints: *Duplex DuplexTumble *PageSize EnvC5
  254. *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC5
  255. *UIConstraints: *Duplex DuplexTumble *PageSize EnvC6
  256. *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC6
  257. *UIConstraints: *Duplex DuplexTumble *PageSize 8Kai
  258. *UIConstraints: *Duplex DuplexNoTumble *PageSize 8Kai
  259. *UIConstraints: *Duplex DuplexTumble *PageSize 16Kai
  260. *UIConstraints: *Duplex DuplexNoTumble *PageSize 16Kai
  261. *UIConstraints: *Duplex DuplexTumble *PageRegion A6
  262. *UIConstraints: *Duplex DuplexNoTumble *PageRegion A6
  263. *UIConstraints: *Duplex DuplexTumble *PageRegion HalfLetter
  264. *UIConstraints: *Duplex DuplexNoTumble *PageRegion HalfLetter
  265. *UIConstraints: *Duplex DuplexTumble *PageRegion DLEnv
  266. *UIConstraints: *Duplex DuplexNoTumble *PageRegion DLEnv
  267. *UIConstraints: *Duplex DuplexTumble *PageRegion Env10
  268. *UIConstraints: *Duplex DuplexNoTumble *PageRegion Env10
  269. *UIConstraints: *Duplex DuplexTumble *PageRegion EnvMonarch
  270. *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvMonarch
  271. *UIConstraints: *Duplex DuplexTumble *PageRegion EnvC5
  272. *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC5
  273. *UIConstraints: *Duplex DuplexTumble *PageRegion EnvC6
  274. *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC6
  275. *UIConstraints: *Duplex DuplexTumble *PageRegion 8Kai
  276. *UIConstraints: *Duplex DuplexNoTumble *PageRegion 8Kai
  277. *UIConstraints: *Duplex DuplexTumble *PageRegion 16Kai
  278. *UIConstraints: *Duplex DuplexNoTumble *PageRegion 16Kai
  279.  
  280. *UIConstraints: *InputSlot BypassTray *Duplex DuplexTumble
  281. *UIConstraints: *InputSlot BypassTray *Duplex DuplexNoTumble
  282. *UIConstraints: *Duplex DuplexTumble *InputSlot BypassTray
  283. *UIConstraints: *Duplex DuplexNoTumble *InputSlot BypassTray
  284.  
  285. *% *UIConstraints: *RIStaple UpperLeft *OutputBin Default
  286. *% *UIConstraints: *RIStaple UpperLeft *OutputBin MailBoxBin1
  287. *% *UIConstraints: *RIStaple UpperLeft *OutputBin MailBoxBin2
  288. *% *UIConstraints: *RIStaple UpperLeft *OutputBin MailBoxBin3
  289. *% *UIConstraints: *RIStaple UpperLeft *OutputBin MailBoxBin4
  290.  
  291. *% *UIConstraints: *OutputBin Default *RIStaple UpperLeft
  292. *% *UIConstraints: *OutputBin MailBoxBin1 *RIStaple UpperLeft
  293. *% *UIConstraints: *OutputBin MailBoxBin2 *RIStaple UpperLeft
  294. *% *UIConstraints: *OutputBin MailBoxBin3 *RIStaple UpperLeft
  295. *% *UIConstraints: *OutputBin MailBoxBin4 *RIStaple UpperLeft
  296.  
  297. *% *UIConstraints: *RIStaple UpperRight *OutputBin Default
  298. *% *UIConstraints: *RIStaple UpperRight *OutputBin MailBoxBin1
  299. *% *UIConstraints: *RIStaple UpperRight *OutputBin MailBoxBin2
  300. *% *UIConstraints: *RIStaple UpperRight *OutputBin MailBoxBin3
  301. *% *UIConstraints: *RIStaple UpperRight *OutputBin MailBoxBin4
  302.  
  303. *% *UIConstraints: *OutputBin Default *RIStaple UpperRight
  304. *% *UIConstraints: *OutputBin MailBoxBin1 *RIStaple UpperRight
  305. *% *UIConstraints: *OutputBin MailBoxBin2 *RIStaple UpperRight
  306. *% *UIConstraints: *OutputBin MailBoxBin3 *RIStaple UpperRight
  307. *% *UIConstraints: *OutputBin MailBoxBin4 *RIStaple UpperRight
  308.  
  309. *% *UIConstraints: *RIStaple LowerLeft *OutputBin Default
  310. *% *UIConstraints: *RIStaple LowerLeft *OutputBin MailBoxBin1
  311. *% *UIConstraints: *RIStaple LowerLeft *OutputBin MailBoxBin2
  312. *% *UIConstraints: *RIStaple LowerLeft *OutputBin MailBoxBin3
  313. *% *UIConstraints: *RIStaple LowerLeft *OutputBin MailBoxBin4
  314.  
  315. *% *UIConstraints: *OutputBin Default *RIStaple LowerLeft
  316. *% *UIConstraints: *OutputBin MailBoxBin1 *RIStaple LowerLeft
  317. *% *UIConstraints: *OutputBin MailBoxBin2 *RIStaple LowerLeft
  318. *% *UIConstraints: *OutputBin MailBoxBin3 *RIStaple LowerLeft
  319. *% *UIConstraints: *OutputBin MailBoxBin4 *RIStaple LowerLeft
  320.  
  321. *% *UIConstraints: *RIStaple LowerRight *OutputBin Default
  322. *% *UIConstraints: *RIStaple LowerRight *OutputBin MailBoxBin1
  323. *% *UIConstraints: *RIStaple LowerRight *OutputBin MailBoxBin2
  324. *% *UIConstraints: *RIStaple LowerRight *OutputBin MailBoxBin3
  325. *% *UIConstraints: *RIStaple LowerRight *OutputBin MailBoxBin4
  326.  
  327. *% *UIConstraints: *OutputBin Default *RIStaple LowerRight
  328. *% *UIConstraints: *OutputBin MailBoxBin1 *RIStaple LowerRight
  329. *% *UIConstraints: *OutputBin MailBoxBin2 *RIStaple LowerRight
  330. *% *UIConstraints: *OutputBin MailBoxBin3 *RIStaple LowerRight
  331. *% *UIConstraints: *OutputBin MailBoxBin4 *RIStaple LowerRight
  332.  
  333. *UIConstraints: *RIStaple UpperLeft *InputSlot BypassTray
  334. *UIConstraints: *RIStaple UpperRight *InputSlot BypassTray
  335. *UIConstraints: *RIStaple LowerLeft *InputSlot BypassTray
  336. *UIConstraints: *RIStaple LowerRight *InputSlot BypassTray
  337. *UIConstraints: *InputSlot BypassTray *RIStaple UpperLeft
  338. *UIConstraints: *InputSlot BypassTray *RIStaple UpperRight
  339. *UIConstraints: *InputSlot BypassTray *RIStaple LowerLeft
  340. *UIConstraints: *InputSlot BypassTray *RIStaple LowerRight
  341.  
  342. *UIConstraints: *PageSize A6 *OutputBin MailBoxBin1
  343. *UIConstraints: *PageSize A6 *OutputBin MailBoxBin2
  344. *UIConstraints: *PageSize A6 *OutputBin MailBoxBin3
  345. *UIConstraints: *PageSize A6 *OutputBin MailBoxBin4
  346. *%%% *UIConstraints: *PageSize PostCard *OutputBin MailBoxBin1
  347. *%%% *UIConstraints: *PageSize PostCard *OutputBin MailBoxBin2
  348. *%%% *UIConstraints: *PageSize PostCard *OutputBin MailBoxBin3
  349. *%%% *UIConstraints: *PageSize PostCard *OutputBin MailBoxBin4
  350. *%%% *UIConstraints: *PageSize B6 *OutputBin MailBoxBin1
  351. *%%% *UIConstraints: *PageSize B6 *OutputBin MailBoxBin2
  352. *%%% *UIConstraints: *PageSize B6 *OutputBin MailBoxBin3
  353. *%%% *UIConstraints: *PageSize B6 *OutputBin MailBoxBin4
  354. *UIConstraints: *PageRegion A6 *OutputBin MailBoxBin1
  355. *UIConstraints: *PageRegion A6 *OutputBin MailBoxBin2
  356. *UIConstraints: *PageRegion A6 *OutputBin MailBoxBin3
  357. *UIConstraints: *PageRegion A6 *OutputBin MailBoxBin4
  358. *%%% *UIConstraints: *PageRegion PostCard *OutputBin MailBoxBin1
  359. *%%% *UIConstraints: *PageRegion PostCard *OutputBin MailBoxBin2
  360. *%%% *UIConstraints: *PageRegion PostCard *OutputBin MailBoxBin3
  361. *%%% *UIConstraints: *PageRegion PostCard *OutputBin MailBoxBin4
  362. *%%% *UIConstraints: *PageRegion B6 *OutputBin MailBoxBin1
  363. *%%% *UIConstraints: *PageRegion B6 *OutputBin MailBoxBin2
  364. *%%% *UIConstraints: *PageRegion B6 *OutputBin MailBoxBin3
  365. *%%% *UIConstraints: *PageRegion B6 *OutputBin MailBoxBin4
  366.  
  367. *UIConstraints: *OutputBin MailBoxBin1 *PageSize A6
  368. *UIConstraints: *OutputBin MailBoxBin2 *PageSize A6
  369. *UIConstraints: *OutputBin MailBoxBin3 *PageSize A6
  370. *UIConstraints: *OutputBin MailBoxBin4 *PageSize A6
  371. *%%% *UIConstraints: *OutputBin MailBoxBin1 *PageSize PostCard
  372. *%%% *UIConstraints: *OutputBin MailBoxBin2 *PageSize PostCard
  373. *%%% *UIConstraints: *OutputBin MailBoxBin3 *PageSize PostCard
  374. *%%% *UIConstraints: *OutputBin MailBoxBin4 *PageSize PostCard
  375. *%%% *UIConstraints: *OutputBin MailBoxBin1 *PageSize B6
  376. *%%% *UIConstraints: *OutputBin MailBoxBin2 *PageSize B6
  377. *%%% *UIConstraints: *OutputBin MailBoxBin3 *PageSize B6
  378. *%%% *UIConstraints: *OutputBin MailBoxBin4 *PageSize B6
  379. *UIConstraints: *OutputBin MailBoxBin1 *PageRegion A6
  380. *UIConstraints: *OutputBin MailBoxBin2 *PageRegion A6
  381. *UIConstraints: *OutputBin MailBoxBin3 *PageRegion A6
  382. *UIConstraints: *OutputBin MailBoxBin4 *PageRegion A6
  383. *%%% *UIConstraints: *OutputBin MailBoxBin1 *PageRegion PostCard
  384. *%%% *UIConstraints: *OutputBin MailBoxBin2 *PageRegion PostCard
  385. *%%% *UIConstraints: *OutputBin MailBoxBin3 *PageRegion PostCard
  386. *%%% *UIConstraints: *OutputBin MailBoxBin4 *PageRegion PostCard
  387. *%%% *UIConstraints: *OutputBin MailBoxBin1 *PageRegion B6
  388. *%%% *UIConstraints: *OutputBin MailBoxBin2 *PageRegion B6
  389. *%%% *UIConstraints: *OutputBin MailBoxBin3 *PageRegion B6
  390. *%%% *UIConstraints: *OutputBin MailBoxBin4 *PageRegion B6
  391.  
  392. *UIConstraints: *PageSize A5 *RIStaple UpperLeft
  393. *UIConstraints: *PageSize A5 *RIStaple UpperRight
  394. *UIConstraints: *PageSize A5 *RIStaple LowerLeft
  395. *UIConstraints: *PageSize A5 *RIStaple LowerRight
  396. *UIConstraints: *PageSize A6 *RIStaple UpperLeft
  397. *UIConstraints: *PageSize A6 *RIStaple UpperRight
  398. *UIConstraints: *PageSize A6 *RIStaple LowerLeft
  399. *UIConstraints: *PageSize A6 *RIStaple LowerRight
  400. *%%% *UIConstraints: *PageSize PostCard *RIStaple UpperLeft
  401. *%%% *UIConstraints: *PageSize PostCard *RIStaple UpperRight
  402. *%%% *UIConstraints: *PageSize PostCard *RIStaple LowerLeft
  403. *%%% *UIConstraints: *PageSize PostCard *RIStaple LowerRight
  404. *%%% *UIConstraints: *PageSize B6 *RIStaple UpperLeft
  405. *%%% *UIConstraints: *PageSize B6 *RIStaple UpperRight
  406. *%%% *UIConstraints: *PageSize B6 *RIStaple LowerLeft
  407. *%%% *UIConstraints: *PageSize B6 *RIStaple LowerRight
  408. *UIConstraints: *PageRegion A5 *RIStaple UpperLeft
  409. *UIConstraints: *PageRegion A5 *RIStaple UpperRight
  410. *UIConstraints: *PageRegion A5 *RIStaple LowerLeft
  411. *UIConstraints: *PageRegion A5 *RIStaple LowerRight
  412. *UIConstraints: *PageRegion A6 *RIStaple UpperLeft
  413. *UIConstraints: *PageRegion A6 *RIStaple UpperRight
  414. *UIConstraints: *PageRegion A6 *RIStaple LowerLeft
  415. *UIConstraints: *PageRegion A6 *RIStaple LowerRight
  416. *%%% *UIConstraints: *PageRegion PostCard *RIStaple UpperLeft
  417. *%%% *UIConstraints: *PageRegion PostCard *RIStaple UpperRight
  418. *%%% *UIConstraints: *PageRegion PostCard *RIStaple LowerLeft
  419. *%%% *UIConstraints: *PageRegion PostCard *RIStaple LowerRight
  420. *%%% *UIConstraints: *PageRegion B6 *RIStaple UpperLeft
  421. *%%% *UIConstraints: *PageRegion B6 *RIStaple UpperRight
  422. *%%% *UIConstraints: *PageRegion B6 *RIStaple LowerLeft
  423. *%%% *UIConstraints: *PageRegion B6 *RIStaple LowerRight
  424.  
  425. *UIConstraints: *RIStaple UpperLeft *PageSize A5
  426. *UIConstraints: *RIStaple UpperRight *PageSize A5
  427. *UIConstraints: *RIStaple LowerLeft *PageSize A5
  428. *UIConstraints: *RIStaple LowerRight *PageSize A5
  429. *UIConstraints: *RIStaple UpperLeft *PageSize A6
  430. *UIConstraints: *RIStaple UpperRight *PageSize A6
  431. *UIConstraints: *RIStaple LowerLeft *PageSize A6
  432. *UIConstraints: *RIStaple LowerRight *PageSize A6
  433. *%%% *UIConstraints: *RIStaple UpperLeft *PageSize PostCard
  434. *%%% *UIConstraints: *RIStaple UpperRight *PageSize PostCard
  435. *%%% *UIConstraints: *RIStaple LowerLeft *PageSize PostCard
  436. *%%% *UIConstraints: *RIStaple LowerRight *PageSize PostCard
  437. *%%% *UIConstraints: *RIStaple UpperLeft *PageSize B6
  438. *%%% *UIConstraints: *RIStaple UpperRight *PageSize B6
  439. *%%% *UIConstraints: *RIStaple LowerLeft *PageSize B6
  440. *%%% *UIConstraints: *RIStaple LowerRight *PageSize B6
  441. *UIConstraints: *RIStaple UpperLeft *PageRegion A5
  442. *UIConstraints: *RIStaple UpperRight *PageRegion A5
  443. *UIConstraints: *RIStaple LowerLeft *PageRegion A5
  444. *UIConstraints: *RIStaple LowerRight *PageRegion A5
  445. *UIConstraints: *RIStaple UpperLeft *PageRegion A6
  446. *UIConstraints: *RIStaple UpperRight *PageRegion A6
  447. *UIConstraints: *RIStaple LowerLeft *PageRegion A6
  448. *UIConstraints: *RIStaple LowerRight *PageRegion A6
  449. *%%% *UIConstraints: *RIStaple UpperLeft *PageRegion PostCard
  450. *%%% *UIConstraints: *RIStaple UpperRight *PageRegion PostCard
  451. *%%% *UIConstraints: *RIStaple LowerLeft *PageRegion PostCard
  452. *%%% *UIConstraints: *RIStaple LowerRight *PageRegion PostCard
  453. *%%% *UIConstraints: *RIStaple UpperLeft *PageRegion B6
  454. *%%% *UIConstraints: *RIStaple UpperRight *PageRegion B6
  455. *%%% *UIConstraints: *RIStaple LowerLeft *PageRegion B6
  456. *%%% *UIConstraints: *RIStaple LowerRight *PageRegion B6
  457.  
  458. *UIConstraints: *MediaType Recycled *InputSlot BypassTray
  459. *UIConstraints: *MediaType Special *InputSlot BypassTray
  460. *UIConstraints: *InputSlot BypassTray *MediaType Recycled
  461. *UIConstraints: *InputSlot BypassTray *MediaType Special
  462.  
  463. *FreeVM: "2330000"
  464. *VMOption None/16 MB RAM: "2330000"
  465. *VMOption 48Meg/48 MB RAM: "3550000"
  466. *VMOption 80Meg/80 MB RAM: "5330000"
  467.  
  468.  
  469. *Password: "0"
  470. *ExitServer: "
  471.   count 0 eq 
  472.   {false}{true exch startjob}ifelse
  473.   not {(WARNING: Cannot modify initial VM.) =
  474.        (Missing or invalid Password.) =
  475.        (Please contact the author.) = flush quit
  476.   }if
  477. "
  478. *End
  479. *Reset: "
  480.   count 0 eq
  481.   {false}{true exch startjob}ifelse
  482.   not {(WARNING: Cannot reset printer.) =
  483.        (Missing or invalid Password.) =
  484.        (Please contact the author.) = flush quit
  485.   }if 
  486.   systemdict /quit get exec
  487.   (WARNING: Printer Reset Failed.) = flush
  488. "
  489. *End
  490.  
  491. *SuggestedJobTimeout: "0"
  492. *SuggestedWaitTimeout: "300"
  493. *PrintPSErrors: True
  494. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  495.  
  496. *%========== Media Selection ==========
  497. *LandscapeOrientation: Plus90
  498.  
  499. *OpenUI *PageSize: PickOne
  500. *OrderDependency: 150 AnySetup *PageSize
  501. *DefaultPageSize: A4
  502. *PageSize A3: "<</Policies <</PageSize 2 /MediaType 2>>
  503.   currentdict /MEDIAPOSITION known
  504.   { currentdict /MEDIATYPE known
  505.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  506.   }{ currentdict /MEDIATYPE known
  507.     { MEDIATYPE }{ } ifelse
  508.   } ifelse
  509.   /PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  510. *End
  511. *PageSize A4: "<</Policies <</PageSize 2 /MediaType 2>>
  512.   currentdict /MEDIAPOSITION known
  513.   { currentdict /MEDIATYPE known
  514.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  515.   }{ currentdict /MEDIATYPE known
  516.     { MEDIATYPE }{ } ifelse
  517.   } ifelse
  518.   /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  519. *End
  520. *PageSize A5: "<</Policies <</PageSize 2 /MediaType 2>>
  521.   currentdict /MEDIAPOSITION known
  522.   { currentdict /MEDIATYPE known
  523.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  524.   }{ currentdict /MEDIATYPE known
  525.     { MEDIATYPE }{ } ifelse
  526.   } ifelse
  527.   /PageSize [420 595] /ImagingBBox null>> setpagedevice"
  528. *End
  529. *PageSize A6: "<</Policies <</PageSize 2 /MediaType 2>>
  530.   currentdict /MEDIAPOSITION known
  531.   { currentdict /MEDIATYPE known
  532.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  533.   }{ currentdict /MEDIATYPE known
  534.     { MEDIATYPE }{ } ifelse
  535.   } ifelse
  536.   /PageSize [297 420] /ImagingBBox null>> setpagedevice"
  537. *End
  538. *PageSize B4/B4 (JIS): "<</Policies <</PageSize 2 /MediaType 2>>
  539.   currentdict /MEDIAPOSITION known
  540.   { currentdict /MEDIATYPE known
  541.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  542.   }{ currentdict /MEDIATYPE known
  543.     { MEDIATYPE }{ } ifelse
  544.   } ifelse
  545.   /PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  546. *End
  547. *PageSize B5/B5 (JIS): "<</Policies <</PageSize 2 /MediaType 2>>
  548.   currentdict /MEDIAPOSITION known
  549.   { currentdict /MEDIATYPE known
  550.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  551.   }{ currentdict /MEDIATYPE known
  552.     { MEDIATYPE }{ } ifelse
  553.   } ifelse
  554.   /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  555. *End
  556. *PageSize Legal/Legal: "<</Policies <</PageSize 2 /MediaType 2>>
  557.   currentdict /MEDIAPOSITION known
  558.   { currentdict /MEDIATYPE known
  559.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  560.   }{ currentdict /MEDIATYPE known
  561.     { MEDIATYPE }{ } ifelse
  562.   } ifelse
  563.   /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  564. *End
  565. *PageSize Letter/Letter: "<</Policies <</PageSize 2 /MediaType 2>>
  566.   currentdict /MEDIAPOSITION known
  567.   { currentdict /MEDIATYPE known
  568.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  569.   }{ currentdict /MEDIATYPE known
  570.     { MEDIATYPE }{ } ifelse
  571.   } ifelse
  572.   /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  573. *End
  574. *PageSize HalfLetter/HalfLetter: "<</Policies <</PageSize 2 /MediaType 2>>
  575.   currentdict /MEDIAPOSITION known
  576.   { currentdict /MEDIATYPE known
  577.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  578.   }{ currentdict /MEDIATYPE known
  579.     { MEDIATYPE }{ } ifelse
  580.   } ifelse
  581.   /PageSize [396 612] /ImagingBBox null>> setpagedevice"
  582. *End
  583. *PageSize 11x17/11x17: "<</Policies <</PageSize 2 /MediaType 2>>
  584.   currentdict /MEDIAPOSITION known
  585.   { currentdict /MEDIATYPE known
  586.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  587.   }{ currentdict /MEDIATYPE known
  588.     { MEDIATYPE }{ } ifelse
  589.   } ifelse
  590.   /PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  591. *End
  592. *PageSize Executive/Executive: "<</Policies <</PageSize 2 /MediaType 2>>
  593.   currentdict /MEDIAPOSITION known
  594.   { currentdict /MEDIATYPE known
  595.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  596.   }{ currentdict /MEDIATYPE known
  597.     { MEDIATYPE }{ } ifelse
  598.   } ifelse
  599.   /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  600. *End
  601. *PageSize F/8x13: "<</Policies <</PageSize 2 /MediaType 2>>
  602.   currentdict /MEDIAPOSITION known
  603.   { currentdict /MEDIATYPE known
  604.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  605.   }{ currentdict /MEDIATYPE known
  606.     { MEDIATYPE }{ } ifelse
  607.   } ifelse
  608.   /PageSize [576 936] /ImagingBBox null>> setpagedevice"
  609. *End
  610. *PageSize Folio/8.25x13: "<</Policies <</PageSize 2 /MediaType 2>>
  611.   currentdict /MEDIAPOSITION known
  612.   { currentdict /MEDIATYPE known
  613.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  614.   }{ currentdict /MEDIATYPE known
  615.     { MEDIATYPE }{ } ifelse
  616.   } ifelse
  617.   /PageSize [595 935] /ImagingBBox null>> setpagedevice"
  618. *End
  619. *PageSize FanFoldGermanLegal/8.5x13: "<</Policies <</PageSize 2 /MediaType 2>>
  620.   currentdict /MEDIAPOSITION known
  621.   { currentdict /MEDIATYPE known
  622.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  623.   }{ currentdict /MEDIATYPE known
  624.     { MEDIATYPE }{ } ifelse
  625.   } ifelse
  626.   /PageSize [612 936] /ImagingBBox null>> setpagedevice"
  627. *End
  628. *PageSize Env10/Com10 Env: "<</Policies <</PageSize 2 /MediaType 2>>
  629.   currentdict /MEDIAPOSITION known
  630.   { currentdict /MEDIATYPE known
  631.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  632.   }{ currentdict /MEDIATYPE known
  633.     { MEDIATYPE }{ } ifelse
  634.   } ifelse
  635.   /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  636. *End
  637. *PageSize EnvMonarch/Mon. Env: "<</Policies <</PageSize 2 /MediaType 2>>
  638.   currentdict /MEDIAPOSITION known
  639.   { currentdict /MEDIATYPE known
  640.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  641.   }{ currentdict /MEDIATYPE known
  642.     { MEDIATYPE }{ } ifelse
  643.   } ifelse
  644.   /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  645. *End
  646. *PageSize EnvC5/C5 Env: "<</Policies <</PageSize 2 /MediaType 2>>
  647.   currentdict /MEDIAPOSITION known
  648.   { currentdict /MEDIATYPE known
  649.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  650.   }{ currentdict /MEDIATYPE known
  651.     { MEDIATYPE }{ } ifelse
  652.   } ifelse
  653.   /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  654. *End
  655. *PageSize EnvC6/C6 Env: "<</Policies <</PageSize 2 /MediaType 2>>
  656.   currentdict /MEDIAPOSITION known
  657.   { currentdict /MEDIATYPE known
  658.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  659.   }{ currentdict /MEDIATYPE known
  660.     { MEDIATYPE }{ } ifelse
  661.   } ifelse
  662.   /PageSize [323 459] /ImagingBBox null>> setpagedevice"
  663. *End
  664. *PageSize DLEnv/DL Env: "<</Policies <</PageSize 2 /MediaType 2>>
  665.   currentdict /MEDIAPOSITION known
  666.   { currentdict /MEDIATYPE known
  667.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  668.   }{ currentdict /MEDIATYPE known
  669.     { MEDIATYPE }{ } ifelse
  670.   } ifelse
  671.   /PageSize [311 623] /ImagingBBox null>> setpagedevice"
  672. *End
  673. *PageSize 8Kai/8K: "<</Policies <</PageSize 2 /MediaType 2>>
  674.   currentdict /MEDIAPOSITION known
  675.   { currentdict /MEDIATYPE known
  676.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  677.   }{ currentdict /MEDIATYPE known
  678.     { MEDIATYPE }{ } ifelse
  679.   } ifelse
  680.   /PageSize [757 1106] /ImagingBBox null>> setpagedevice"
  681. *End
  682. *PageSize 16Kai/16K: "<</Policies <</PageSize 2 /MediaType 2>>
  683.   currentdict /MEDIAPOSITION known
  684.   { currentdict /MEDIATYPE known
  685.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  686.   }{ currentdict /MEDIATYPE known
  687.     { MEDIATYPE }{ } ifelse
  688.   } ifelse
  689.   /PageSize [553 757] /ImagingBBox null>> setpagedevice"
  690. *End
  691. *?PageSize: "
  692.   save
  693.   currentpagedevice /PageSize get aload pop
  694.   2 copy gt {exch}if (Unknown)
  695.   21 dict
  696.     dup [842 1191] (A3) put
  697.     dup [595 842]  (A4) put
  698.     dup [420 595]  (A5) put
  699.     dup [297 420]  (A6) put
  700.     dup [729 1032] (B4) put
  701.     dup [516 729]  (B5) put
  702.     dup [612 1008] (Legal) put
  703.     dup [612 792]  (Letter) put
  704.     dup [396 612]  (HalfLetter) put
  705.     dup [792 1224] (11x17) put
  706.     dup [522 756] (Executive) put
  707.     dup [576 936] (F) put
  708.     dup [595 935] (Folio) put
  709.     dup [612 936] (FanFoldGermanLegal) put
  710.     dup [297 684] (Env10) put
  711.     dup [279 540] (EnvMonarch) put
  712.     dup [459 649] (EnvC5) put
  713.     dup [323 459] (EnvC6) put
  714.     dup [311 623] (DLEnv) put
  715.     dup [757 1106] (8Kai) put
  716.     dup [553 757] (16Kai) put
  717.   {exch aload pop 4 index sub abs 5 le exch 5 index
  718.    sub abs 5 le and {exch pop exit}{pop}ifelse 
  719.   }bind forall = flush pop pop
  720.   restore
  721. "
  722. *End
  723. *CloseUI: *PageSize
  724.  
  725. *OpenUI *PageRegion: PickOne
  726. *OrderDependency: 140 AnySetup *PageRegion
  727. *DefaultPageRegion: A4
  728. *PageRegion A3: "<</Policies <</PageSize 2 /MediaType 2>>
  729.   currentdict /MEDIAPOSITION known
  730.   { currentdict /MEDIATYPE known
  731.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  732.   }{ currentdict /MEDIATYPE known
  733.     { MEDIATYPE }{ } ifelse
  734.   } ifelse
  735.   /PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  736. *End
  737. *PageRegion A4: "<</Policies <</PageSize 2 /MediaType 2>>
  738.   currentdict /MEDIAPOSITION known
  739.   { currentdict /MEDIATYPE known
  740.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  741.   }{ currentdict /MEDIATYPE known
  742.     { MEDIATYPE }{ } ifelse
  743.   } ifelse
  744.   /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  745. *End
  746. *PageRegion A5: "<</Policies <</PageSize 2 /MediaType 2>>
  747.   currentdict /MEDIAPOSITION known
  748.   { currentdict /MEDIATYPE known
  749.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  750.   }{ currentdict /MEDIATYPE known
  751.     { MEDIATYPE }{ } ifelse
  752.   } ifelse
  753.   /PageSize [420 595] /ImagingBBox null>> setpagedevice"
  754. *End
  755. *PageRegion A6: "<</Policies <</PageSize 2 /MediaType 2>>
  756.   currentdict /MEDIAPOSITION known
  757.   { currentdict /MEDIATYPE known
  758.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  759.   }{ currentdict /MEDIATYPE known
  760.     { MEDIATYPE }{ } ifelse
  761.   } ifelse
  762.   /PageSize [297 420] /ImagingBBox null>> setpagedevice"
  763. *End
  764. *PageRegion B4/B4 (JIS): "<</Policies <</PageSize 2 /MediaType 2>>
  765.   currentdict /MEDIAPOSITION known
  766.   { currentdict /MEDIATYPE known
  767.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  768.   }{ currentdict /MEDIATYPE known
  769.     { MEDIATYPE }{ } ifelse
  770.   } ifelse
  771.   /PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  772. *End
  773. *PageRegion B5/B5 (JIS): "<</Policies <</PageSize 2 /MediaType 2>>
  774.   currentdict /MEDIAPOSITION known
  775.   { currentdict /MEDIATYPE known
  776.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  777.   }{ currentdict /MEDIATYPE known
  778.     { MEDIATYPE }{ } ifelse
  779.   } ifelse
  780.   /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  781. *End
  782. *PageRegion Legal/Legal: "<</Policies <</PageSize 2 /MediaType 2>>
  783.   currentdict /MEDIAPOSITION known
  784.   { currentdict /MEDIATYPE known
  785.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  786.   }{ currentdict /MEDIATYPE known
  787.     { MEDIATYPE }{ } ifelse
  788.   } ifelse
  789.   /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  790. *End
  791. *PageRegion Letter/Letter: "<</Policies <</PageSize 2 /MediaType 2>>
  792.   currentdict /MEDIAPOSITION known
  793.   { currentdict /MEDIATYPE known
  794.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  795.   }{ currentdict /MEDIATYPE known
  796.     { MEDIATYPE }{ } ifelse
  797.   } ifelse
  798.   /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  799. *End
  800. *PageRegion HalfLetter/HalfLetter: "<</Policies <</PageSize 2 /MediaType 2>>
  801.   currentdict /MEDIAPOSITION known
  802.   { currentdict /MEDIATYPE known
  803.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  804.   }{ currentdict /MEDIATYPE known
  805.     { MEDIATYPE }{ } ifelse
  806.   } ifelse
  807.   /PageSize [396 612] /ImagingBBox null>> setpagedevice"
  808. *End
  809. *PageRegion 11x17/11x17: "<</Policies <</PageSize 2 /MediaType 2>>
  810.   currentdict /MEDIAPOSITION known
  811.   { currentdict /MEDIATYPE known
  812.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  813.   }{ currentdict /MEDIATYPE known
  814.     { MEDIATYPE }{ } ifelse
  815.   } ifelse
  816.   /PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  817. *End
  818. *PageRegion Executive/Executive: "<</Policies <</PageSize 2 /MediaType 2>>
  819.   currentdict /MEDIAPOSITION known
  820.   { currentdict /MEDIATYPE known
  821.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  822.   }{ currentdict /MEDIATYPE known
  823.     { MEDIATYPE }{ } ifelse
  824.   } ifelse
  825.   /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  826. *End
  827. *PageRegion F/8x13: "<</Policies <</PageSize 2 /MediaType 2>>
  828.   currentdict /MEDIAPOSITION known
  829.   { currentdict /MEDIATYPE known
  830.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  831.   }{ currentdict /MEDIATYPE known
  832.     { MEDIATYPE }{ } ifelse
  833.   } ifelse
  834.   /PageSize [576 936] /ImagingBBox null>> setpagedevice"
  835. *End
  836. *PageRegion Folio/8.25x13: "<</Policies <</PageSize 2 /MediaType 2>>
  837.   currentdict /MEDIAPOSITION known
  838.   { currentdict /MEDIATYPE known
  839.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  840.   }{ currentdict /MEDIATYPE known
  841.     { MEDIATYPE }{ } ifelse
  842.   } ifelse
  843.   /PageSize [595 935] /ImagingBBox null>> setpagedevice"
  844. *End
  845. *PageRegion FanFoldGermanLegal/8.5x13: "<</Policies <</PageSize 2 /MediaType 2>>
  846.   currentdict /MEDIAPOSITION known
  847.   { currentdict /MEDIATYPE known
  848.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  849.   }{ currentdict /MEDIATYPE known
  850.     { MEDIATYPE }{ } ifelse
  851.   } ifelse
  852.   /PageSize [612 936] /ImagingBBox null>> setpagedevice"
  853. *End
  854. *PageRegion Env10/Com10 Env: "<</Policies <</PageSize 2 /MediaType 2>>
  855.   currentdict /MEDIAPOSITION known
  856.   { currentdict /MEDIATYPE known
  857.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  858.   }{ currentdict /MEDIATYPE known
  859.     { MEDIATYPE }{ } ifelse
  860.   } ifelse
  861.   /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  862. *End
  863. *PageRegion EnvMonarch/Mon. Env: "<</Policies <</PageSize 2 /MediaType 2>>
  864.   currentdict /MEDIAPOSITION known
  865.   { currentdict /MEDIATYPE known
  866.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  867.   }{ currentdict /MEDIATYPE known
  868.     { MEDIATYPE }{ } ifelse
  869.   } ifelse
  870.   /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  871. *End
  872. *PageRegion EnvC5/C5 Env: "<</Policies <</PageSize 2 /MediaType 2>>
  873.   currentdict /MEDIAPOSITION known
  874.   { currentdict /MEDIATYPE known
  875.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  876.   }{ currentdict /MEDIATYPE known
  877.     { MEDIATYPE }{ } ifelse
  878.   } ifelse
  879.   /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  880. *End
  881. *PageRegion EnvC6/C6 Env: "<</Policies <</PageSize 2 /MediaType 2>>
  882.   currentdict /MEDIAPOSITION known
  883.   { currentdict /MEDIATYPE known
  884.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  885.   }{ currentdict /MEDIATYPE known
  886.     { MEDIATYPE }{ } ifelse
  887.   } ifelse
  888.   /PageSize [323 459] /ImagingBBox null>> setpagedevice"
  889. *End
  890. *PageRegion DLEnv/DL Env: "<</Policies <</PageSize 2 /MediaType 2>>
  891.   currentdict /MEDIAPOSITION known
  892.   { currentdict /MEDIATYPE known
  893.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  894.   }{ currentdict /MEDIATYPE known
  895.     { MEDIATYPE }{ } ifelse
  896.   } ifelse
  897.   /PageSize [311 623] /ImagingBBox null>> setpagedevice"
  898. *End
  899. *PageRegion 8Kai/8K: "<</Policies <</PageSize 2 /MediaType 2>>
  900.   currentdict /MEDIAPOSITION known
  901.   { currentdict /MEDIATYPE known
  902.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  903.   }{ currentdict /MEDIATYPE known
  904.     { MEDIATYPE }{ } ifelse
  905.   } ifelse
  906.   /PageSize [757 1106] /ImagingBBox null>> setpagedevice"
  907. *End
  908. *PageRegion 16Kai/16K: "<</Policies <</PageSize 2 /MediaType 2>>
  909.   currentdict /MEDIAPOSITION known
  910.   { currentdict /MEDIATYPE known
  911.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  912.   }{ currentdict /MEDIATYPE known
  913.     { MEDIATYPE }{ } ifelse
  914.   } ifelse
  915.   /PageSize [553 757] /ImagingBBox null>> setpagedevice"
  916. *End
  917. *CloseUI: *PageRegion
  918.  
  919. *%========== Information About Media Sizes ==========
  920.  
  921. *DefaultImageableArea: A4
  922. *ImageableArea A3: "12 12 830 1179"
  923. *ImageableArea A4: "12 12 583 830"
  924. *ImageableArea A5: "12 12 408 583"
  925. *ImageableArea A6: "12 12 285 408"
  926. *ImageableArea B4/B4 (JIS): "12 12 717 1020"
  927. *ImageableArea B5/B5 (JIS): "12 12 504 717"
  928. *ImageableArea Legal/Legal: "12 12 600 996"
  929. *ImageableArea Letter/Letter: "12 12 600 780"
  930. *ImageableArea HalfLetter/HalfLetter: "12 12 384 600"
  931. *ImageableArea 11x17/11x17: "12 12 780 1212"
  932. *ImageableArea Executive/Executive: "12 12 510 744"
  933. *ImageableArea F/8x13: "12 12 564 924"
  934. *ImageableArea Folio/8.25x13: "12 12 583 923"
  935. *ImageableArea FanFoldGermanLegal/8.5x13: "12 12 600 924"
  936. *ImageableArea Env10/Com10 Env: "12 12 285 672"
  937. *ImageableArea EnvMonarch/Mon. Env: "12 12 267 528"
  938. *ImageableArea EnvC5/C5 Env: "12 12 447 637"
  939. *ImageableArea EnvC6/C6 Env: "12 12 311 447"
  940. *ImageableArea DLEnv/DL Env: "12 12 299 611"
  941. *ImageableArea 8Kai/8K: "12 12 745 1094"
  942. *ImageableArea 16Kai/16K: "12 12 541 745"
  943. *?ImageableArea: "
  944.   save
  945.   /cvp {(            ) cvs print (               ) print}bind def
  946.   newpath clippath pathbbox 4 -2 roll exch
  947.   2 {10000 mul ceiling 10000 div cvp}repeat exch
  948.   2 {10000 mul floor 10000 div cvp}repeat flush
  949.   restore
  950. "
  951. *End
  952.  
  953. *DefaultPaperDimension: A4
  954. *PaperDimension A3: "842 1191"
  955. *PaperDimension A4: "595 842"
  956. *PaperDimension A5: "420 595"
  957. *PaperDimension A6: "297 420"
  958. *PaperDimension B4/B4 (JIS): "729 1032"
  959. *PaperDimension B5/B5 (JIS): "516 729"
  960. *PaperDimension Legal/Legal: "612 1008"
  961. *PaperDimension Letter/Letter: "612 792"
  962. *PaperDimension HalfLetter/HalfLetter: "396 612"
  963. *PaperDimension 11x17/11x17: "792 1224"
  964. *PaperDimension Executive/Executive: "522 756"
  965. *PaperDimension F/8x13: "576 936"
  966. *PaperDimension Folio/8.25x13: "595 935"
  967. *PaperDimension FanFoldGermanLegal/8.5x13: "612 936"
  968. *PaperDimension Env10/Com10 Env: "297 684"
  969. *PaperDimension EnvMonarch/Mon. Env: "279 540"
  970. *PaperDimension EnvC5/C5 Env: "459 649"
  971. *PaperDimension EnvC6/C6 Env: "323 459"
  972. *PaperDimension DLEnv/DL Env: "311 623"
  973. *PaperDimension 8Kai/8K: "757 1106"
  974. *PaperDimension 16Kai/16K: "553 757"
  975.  
  976. *%========== Media Handling Features ==========
  977. *OpenUI *InputSlot: PickOne
  978. *OrderDependency: 25 AnySetup *InputSlot
  979. *InputSlot BypassTray/Bypass Tray: " 
  980.   /MEDIAPOSITION {/MediaPosition 0} def
  981.   0 statusdict /setpapertray get exec"
  982. *End
  983. *InputSlot 1Tray/Tray 1: "
  984.   /MEDIAPOSITION {/MediaPosition 1} def"
  985. *End
  986. *InputSlot 2Tray/Tray 2: "
  987.   /MEDIAPOSITION {/MediaPosition 2} def"
  988. *End
  989. *InputSlot 3Tray/Tray 3: "
  990.   /MEDIAPOSITION {/MediaPosition 3} def"
  991. *End
  992. *InputSlot 4Tray/Tray 4: "
  993.   /MEDIAPOSITION {/MediaPosition 4} def"
  994. *End
  995. *DefaultInputSlot: 1Tray
  996. *?InputSlot: "
  997.   save
  998.   [(BypassTray)(1Tray)(2Tray)(3Tray)(4Tray)]
  999.   statusdict /papertray get exec {get}stopped
  1000.   {pop pop (Unknown)}if = flush
  1001.   restore
  1002. "
  1003. *End
  1004. *CloseUI: *InputSlot
  1005.  
  1006. *%=== Custom Paper Support =================
  1007. *LeadingEdge PreferLong:""
  1008. *DefaultLeadingEdge: PreferLong
  1009.  
  1010. *MaxMediaWidth:  "842"
  1011. *MaxMediaHeight: "1224"
  1012. *HWMargins:      12 12 12 12
  1013. *%%% *NonUIOrderDependency:151 AnySetup *CustomPageSize  (PPDCHECK ERROR)
  1014. *CustomPageSize True: "pop pop pop 
  1015.   << /PageSize [ 5 -2 roll ]  /ImagingBBox null 
  1016.   /Policies <</PageSize 2 /MediaType 2>>
  1017.   currentdict /MEDIAPOSITION known
  1018.   { currentdict /MEDIATYPE known
  1019.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  1020.   }{ currentdict /MEDIATYPE known
  1021.     { MEDIATYPE }{ } ifelse
  1022.   } ifelse
  1023.   >> setpagedevice"
  1024. *End
  1025.  
  1026. *ParamCustomPageSize Width:        1 points 256 842
  1027. *ParamCustomPageSize Height:       2 points 421 1224
  1028. *ParamCustomPageSize WidthOffset:  3 points 0 0
  1029. *ParamCustomPageSize HeightOffset: 4 points 0 0
  1030. *ParamCustomPageSize Orientation:  5 int 0 1
  1031.  
  1032. *NonUIOrderDependency: 151 AnySetup *CustomPageSize True
  1033.  
  1034. *RequiresPageRegion BypassTray: False
  1035. *RequiresPageRegion 1Tray: True
  1036. *RequiresPageRegion 2Tray: True
  1037. *RequiresPageRegion 3Tray: True
  1038. *RequiresPageRegion 4Tray: True
  1039.  
  1040.  
  1041. *% *OpenUI *RICPaperPolicy/Fit to Page: PickOne
  1042. *% *OrderDependency: 2 AnySetup *RICPaperPolicy
  1043. *% *RICPaperPolicy PromptUser/Prompt User: "
  1044. *%   <</DeferredMediaSelection true>> setpagedevice"
  1045. *% *End
  1046. *% *RICPaperPolicy NearestSizeAdjust/Nearest Size and Scale: "
  1047. *%   <</DeferredMediaSelection false /Policies << /PageSize 3 >> >> setpagedevice"
  1048. *% *End
  1049. *% *RICPaperPolicy NearestSizeNoAdjust/Nearest Size and Crop: "
  1050. *%   <</DeferredMediaSelection false /Policies << /PageSize 5 >> >> setpagedevice"
  1051. *% *End
  1052. *% *DefaultRICPaperPolicy: PromptUser/Prompt User
  1053. *% *CloseUI: *RICPaperPolicy
  1054.  
  1055.  
  1056. *OpenUI *Duplex/Duplex: PickOne
  1057. *OrderDependency: 205 AnySetup *Duplex
  1058. *Duplex None/Off: "<</Duplex false>>setpagedevice"
  1059. *Duplex DuplexTumble/Short Edge: "<</Duplex true /Tumble true>>setpagedevice"
  1060. *Duplex DuplexNoTumble/Long Edge: "<</Duplex true /Tumble false>>setpagedevice"
  1061. *DefaultDuplex: None
  1062. *?Duplex: "
  1063.   save
  1064.   currentpagedevice /Duplex get
  1065.   {currentpagedevice /Tumble get
  1066.     {(DuplexTumble)}{(DuplexNoTumble)}ifelse
  1067.   }{(None)}ifelse = flush
  1068.   restore
  1069. "
  1070. *End
  1071. *CloseUI: *Duplex
  1072.  
  1073.  
  1074. *%========== Finishing Features ==========
  1075.  
  1076. *OpenUI *Collate/Collate: Boolean
  1077. *OrderDependency: 200 AnySetup *Collate
  1078. *Collate False/Off: "<</Collate false>>setpagedevice"
  1079. *Collate True/On: "<</Collate true
  1080.   /CollateDetails <</Type 6 /AlignSet false>>
  1081.   >>setpagedevice"
  1082. *End
  1083. *DefaultCollate: False
  1084. *?Collate: "
  1085.   save
  1086.   currentpagedevice /Collate get 
  1087.   {{(True)}{(False)}ifelse }stopped {(Unknown)}if = flush
  1088.   restore
  1089. "
  1090. *End
  1091. *CloseUI: *Collate
  1092.  
  1093.  
  1094. *OpenUI *OutputBin/Destination: PickOne
  1095. *OrderDependency: 210 AnySetup *OutputBin
  1096. *OutputBin Default/Standard Tray: "<</OutputType (Standard)>>setpagedevice"
  1097. *OutputBin BinShift/Finisher Shift Tray: "<</OutputType (Fin1000Shift)>>setpagedevice"
  1098. *OutputBin MailBoxBin1/Mail Box Tray1: "<</OutputType (MailBin1)>>setpagedevice"
  1099. *OutputBin MailBoxBin2/Mail Box Tray2: "<</OutputType (MailBin2)>>setpagedevice"
  1100. *OutputBin MailBoxBin3/Mail Box Tray3: "<</OutputType (MailBin3)>>setpagedevice"
  1101. *OutputBin MailBoxBin4/Mail Box Tray4: "<</OutputType (MailBin4)>>setpagedevice"
  1102. *DefaultOutputBin: Default
  1103. *?OutputBin: "
  1104.   save
  1105.   currentpagedevice /OutputType get = flush
  1106.   restore
  1107. "
  1108. *End
  1109. *CloseUI: *OutputBin
  1110.  
  1111.  
  1112. *OpenUI *RIStaple/Staple: PickOne
  1113. *OrderDependency: 220 AnySetup *RIStaple
  1114. *DefaultRIStaple: None
  1115. *RIStaple None/Off: "<< /Staple 0 >> setpagedevice"
  1116. *RIStaple UpperLeft/Top Left Slant: "<< /OutputType (Fin1000Shift)
  1117.   /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
  1118.   /Staple 2  /StapleDetails << /Type 14 /Angle 3 /Position 0 >>
  1119.   /LeadingEdge 1
  1120.   >> setpagedevice"
  1121. *End
  1122. *RIStaple UpperRight/Top Right Slant: "<< /OutputType (Fin1000Shift)
  1123.   /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
  1124.   /Staple 2  /StapleDetails << /Type 14 /Angle 3 /Position 6 >>
  1125.   /LeadingEdge 0
  1126.   >> setpagedevice"
  1127. *End
  1128. *RIStaple LowerLeft/Bottom Left Slant: "<< /OutputType (Fin1000Shift)
  1129.   /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
  1130.   /Staple 2  /StapleDetails << /Type 14 /Angle 3 /Position 2 >>
  1131.   /LeadingEdge 0
  1132.   >> setpagedevice"
  1133. *End
  1134. *RIStaple LowerRight/Bottom Right Slant: "<< /OutputType (Fin1000Shift)
  1135.   /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
  1136.   /Staple 2  /StapleDetails << /Type 14 /Angle 3 /Position 4 >>
  1137.   /LeadingEdge 1
  1138.   >> setpagedevice"
  1139. *End
  1140. *?RIStaple: "
  1141.   save
  1142.   currentpagedevice dup /Staple 2 copy known {get 0 eq {
  1143.     pop (None)}{/StapleDetails get dup /Type get 14 eq{/Position get
  1144.     dup 0 eq{pop (UpperLeft)}{dup 6 eq{pop (LowerLeft)}{
  1145.     dup 2 eq{pop (UpperRight)}{dup 4 eq{pop (LowerRight)}{
  1146.     {pop (Unknown)}ifelse}ifelse}ifelse
  1147.     }ifelse}{pop (Unknown)}ifelse}ifelse}{pop pop pop (Unknown)}ifelse
  1148.   = flush
  1149.   restore
  1150. "
  1151. *End
  1152. *CloseUI: *RIStaple
  1153.  
  1154. *%========== Resolution and Appearance Control ==========
  1155.  
  1156. *OpenUI *Resolution/Resolution: PickOne
  1157. *OrderDependency: 190 AnySetup *Resolution
  1158. *Resolution 300dpi/300dpi: "<</HWResolution[300 300]>>setpagedevice"
  1159. *Resolution 600dpi/600dpi: "<</HWResolution[600 600]>>setpagedevice"
  1160. *DefaultResolution: 600dpi
  1161. *?Resolution: "
  1162.   save
  1163.   currentpagedevice /HWResolution get 0 get
  1164.   (       ) cvs print (dpi) = flush
  1165.   restore
  1166. "
  1167. *End
  1168. *CloseUI: *Resolution
  1169.  
  1170. *OpenUI *RICImagingMode/Print Mode: PickOne
  1171. *OrderDependency: 110 AnySetup *RICImagingMode
  1172. *RICImagingMode None/Through: "
  1173.   <</PostRenderingEnhance false>> setpagedevice"
  1174. *End
  1175. *RICImagingMode Smoothing/Edge Smoothing: "<</PostRenderingEnhance true
  1176.     /PostRenderingEnhanceDetails << /Type 34 /OutputMode 0>> >> setpagedevice"
  1177. *End
  1178. *RICImagingMode 4rhit/Toner Saving: "<</PostRenderingEnhance true
  1179.     /PostRenderingEnhanceDetails << /Type 34 /OutputMode 3>> >> setpagedevice"
  1180. *End
  1181. *DefaultRICImagingMode: Smoothing
  1182. *?RICImagingMode: "
  1183.   save
  1184.   currentpagedevice dup /PostRenderingEnhance get{
  1185.   /PostRenderingEnhanceDetails get dup /Type get 34 eq{
  1186.   /OutputMode get dup 0 eq{pop (Smoothing)}{dup 3 eq{pop (4rhit)}{
  1187.   dup 5 eq{pop (5rhit)}{4 eq{(4rhit)}{(Unknown)}ifelse
  1188.   }ifelse}ifelse}ifelse}{pop (Unknown)}ifelse}{pop (None)}ifelse = flush
  1189.   restore
  1190. "
  1191. *End
  1192. *CloseUI: *RICImagingMode
  1193.  
  1194. *OpenUI *MediaType/Paper Type: PickOne
  1195. *OrderDependency: 120 AnySetup *MediaType
  1196. *MediaType Plain/Plain: "
  1197.   /MEDIATYPE { /MediaType (Plain) } def"
  1198. *End
  1199. *MediaType Recycled/Recycled: "
  1200.   /MEDIATYPE { /MediaType (Recycled) } def"
  1201. *End
  1202. *MediaType Special/Special: "
  1203.   /MEDIATYPE { /MediaType (Special) } def"
  1204. *End
  1205. *?MediaType: "
  1206.   save
  1207.   /UK (Unknown) def
  1208.   {
  1209.     currentpagedevice /MediaType 2 copy known not { UK exit } if
  1210.     get dup null eq 1 index (Plain) eq or { (Plain) exit } if
  1211.     dup (Recycled) eq { dup exit } if
  1212.     dup (Special) eq { dup exit } if
  1213.     UK exit
  1214.   } bind loop
  1215.   mark count 1 sub 2 roll cleartomark
  1216.   = flush
  1217.   restore
  1218. "
  1219. *End
  1220. *DefaultMediaType: Plain
  1221. *CloseUI: *MediaType
  1222.  
  1223. *%========== Gray Levels and Halftoning ==========
  1224. *DefaultHalftoneType: 1
  1225. *AccurateScreensSupport: True
  1226. *ScreenFreq: "85.0"
  1227. *ScreenAngle: "45.0"
  1228. *ResScreenFreq 300dpi: "60.0"
  1229. *ResScreenAngle 300dpi: "45.0"
  1230. *ResScreenFreq 600dpi: "85.0"
  1231. *ResScreenAngle 600dpi: "45.0"
  1232. *DefaultScreenProc: Dot
  1233. *ScreenProc Dot: "
  1234.   {abs exch abs 2 copy add 1 gt
  1235.    {1 sub dup mul exch 1 sub dup mul add 1 sub}
  1236.    {dup mul exch dup mul add 1 exch sub}
  1237.    ifelse}
  1238. "
  1239. *End
  1240. *ScreenProc Line: "{pop}"
  1241. *ScreenProc Ellipse: "
  1242.   {dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}
  1243. "
  1244. *End
  1245.  
  1246. *%========== Font ==========
  1247.  
  1248. *DefaultFont: Courier
  1249. *Font AlbertusMT: Standard "(001.000)" Standard ROM
  1250. *Font AlbertusMT-Italic: Standard "(001.000)" Standard ROM
  1251. *Font AlbertusMT-Light: Standard "(001.000)" Standard ROM
  1252. *Font AntiqueOlive-Bold: Standard "(501.009)" ExtendedRoman ROM
  1253. *Font AntiqueOlive-Compact: Standard "(501.008)" ExtendedRoman ROM
  1254. *Font AntiqueOlive-Italic: Standard "(501.010)" ExtendedRoman ROM
  1255. *Font AntiqueOlive-Roman: Standard "(501.008)" ExtendedRoman ROM
  1256. *Font Apple-Chancery: Standard "(001.001)" ExtendedRoman ROM
  1257. *Font ArialMT: Standard "(501.009)" ExtendedRoman ROM
  1258. *Font Arial-BoldMT: Standard "(501.009)" ExtendedRoman ROM
  1259. *Font Arial-BoldItalicMT: Standard "(501.009)" ExtendedRoman ROM
  1260. *Font Arial-ItalicMT: Standard "(501.012)" ExtendedRoman ROM
  1261. *Font AvantGarde-Book: Standard "(501.009)" ExtendedRoman ROM
  1262. *Font AvantGarde-BookOblique: Standard "(501.009)" ExtendedRoman ROM
  1263. *Font AvantGarde-Demi: Standard "(501.010)" ExtendedRoman ROM
  1264. *Font AvantGarde-DemiOblique: Standard "(501.010)" ExtendedRoman ROM
  1265. *Font Bodoni: Standard "(501.008)" ExtendedRoman ROM
  1266. *Font Bodoni-Bold: Standard "(501.006)" ExtendedRoman ROM
  1267. *Font Bodoni-BoldItalic: Standard "(501.007)" ExtendedRoman ROM
  1268. *Font Bodoni-Italic: Standard "(501.007)" ExtendedRoman ROM
  1269. *Font Bodoni-Poster: Standard "(501.009)" ExtendedRoman ROM
  1270. *Font Bodoni-PosterCompressed: Standard "(501.007)" ExtendedRoman ROM
  1271. *Font Bookman-Demi: Standard "(501.007)" ExtendedRoman ROM
  1272. *Font Bookman-DemiItalic: Standard "(501.008)" ExtendedRoman ROM
  1273. *Font Bookman-Light: Standard "(501.006)" ExtendedRoman ROM
  1274. *Font Bookman-LightItalic: Standard "(501.007)" ExtendedRoman ROM
  1275. *Font Carta: Special "(001.001)" Special ROM
  1276. *Font Chicago: Standard "(501.011)" ExtendedRoman ROM
  1277. *Font Clarendon-Bold: Standard "(501.008)" ExtendedRoman ROM
  1278. *Font Clarendon-Light: Standard "(501.009)" ExtendedRoman ROM
  1279. *Font Clarendon: Standard "(501.009)" ExtendedRoman ROM
  1280. *Font CooperBlack-Italic: Standard "(001.003)" Standard ROM
  1281. *Font CooperBlack: Standard "(001.003)" Standard ROM
  1282. *Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard ROM
  1283. *Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard ROM
  1284. *Font Coronet-Regular: Standard "(001.000)" ExtendedRoman ROM
  1285. *Font Courier-Bold: Standard "(501.010)" ExtendedRoman ROM
  1286. *Font Courier-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
  1287. *Font Courier-Oblique: Standard "(501.010)" ExtendedRoman ROM
  1288. *Font Courier: Standard "(501.010)" ExtendedRoman ROM
  1289. *Font Eurostile-Bold: Standard "(501.008)" ExtendedRoman ROM
  1290. *Font Eurostile-BoldExtendedTwo: Standard "(501.008)" ExtendedRoman ROM
  1291. *Font Eurostile-ExtendedTwo: Standard "(501.010)" ExtendedRoman ROM
  1292. *Font Eurostile: Standard "(501.008)" ExtendedRoman ROM
  1293. *Font Geneva: Standard "(501.007)" ExtendedRoman ROM
  1294. *Font GillSans: Standard "(501.009)" ExtendedRoman ROM
  1295. *Font GillSans-Bold: Standard "(501.007)" ExtendedRoman ROM
  1296. *Font GillSans-BoldCondensed: Standard "(501.006)" ExtendedRoman ROM
  1297. *Font GillSans-BoldItalic: Standard "(501.008)" ExtendedRoman ROM
  1298. *Font GillSans-Condensed: Standard "(501.007)" ExtendedRoman ROM
  1299. *Font GillSans-ExtraBold: Standard "(501.008)" ExtendedRoman ROM
  1300. *Font GillSans-Italic: Standard "(501.008)" ExtendedRoman ROM
  1301. *Font GillSans-Light: Standard "(501.009)" ExtendedRoman ROM
  1302. *Font GillSans-LightItalic: Standard "(501.009)" ExtendedRoman ROM
  1303. *Font Goudy: Standard "(001.003)" Standard ROM
  1304. *Font Goudy-Bold: Standard "(001.002)" Standard ROM
  1305. *Font Goudy-BoldItalic: Standard "(001.002)" Standard ROM
  1306. *Font Goudy-ExtraBold: Standard "(001.001)" Standard ROM
  1307. *Font Goudy-Italic: Standard "(001.002)" Standard ROM
  1308. *Font Helvetica: Standard "(501.008)" ExtendedRoman ROM
  1309. *Font Helvetica-Bold: Standard "(501.010)" ExtendedRoman ROM
  1310. *Font Helvetica-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
  1311. *Font Helvetica-Condensed-Bold: Standard "(501.009)" ExtendedRoman ROM
  1312. *Font Helvetica-Condensed-BoldObl: Standard "(501.009)" ExtendedRoman ROM
  1313. *Font Helvetica-Condensed-Oblique: Standard "(501.010)" ExtendedRoman ROM
  1314. *Font Helvetica-Condensed: Standard "(501.010)" ExtendedRoman ROM
  1315. *Font Helvetica-Narrow-Bold: Standard "(501.010)" ExtendedRoman ROM
  1316. *Font Helvetica-Narrow-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
  1317. *Font Helvetica-Narrow-Oblique: Standard "(501.008)" ExtendedRoman ROM
  1318. *Font Helvetica-Narrow: Standard "(501.008)" ExtendedRoman ROM
  1319. *Font Helvetica-Oblique: Standard "(501.008)" ExtendedRoman ROM
  1320. *Font HoeflerText-Black: Standard "(501.008)" ExtendedRoman ROM
  1321. *Font HoeflerText-BlackItalic: Standard "(501.009)" ExtendedRoman ROM
  1322. *Font HoeflerText-Italic: Standard "(501.010)" ExtendedRoman ROM
  1323. *Font HoeflerText-Ornaments: Special "(001.001)" Special ROM
  1324. *Font HoeflerText-Regular: Standard "(501.009)" ExtendedRoman ROM
  1325. *Font JoannaMT: Standard "(501.009)" ExtendedRoman ROM
  1326. *Font JoannaMT-Bold: Standard "(501.008)" ExtendedRoman ROM
  1327. *Font JoannaMT-BoldItalic: Standard "(501.008)" ExtendedRoman ROM
  1328. *Font JoannaMT-Italic: Standard "(501.008)" ExtendedRoman ROM
  1329. *Font LetterGothic: Standard "(501.009)" ExtendedRoman ROM
  1330. *Font LetterGothic-Bold: Standard "(501.010)" ExtendedRoman ROM
  1331. *Font LetterGothic-BoldSlanted: Standard "(501.010)" ExtendedRoman ROM
  1332. *Font LetterGothic-Slanted: Standard "(501.010)" ExtendedRoman ROM
  1333. *Font LubalinGraph-Book: Standard "(501.009)" ExtendedRoman ROM
  1334. *Font LubalinGraph-BookOblique: Standard "(501.009)" ExtendedRoman ROM
  1335. *Font LubalinGraph-Demi: Standard "(501.009)" ExtendedRoman ROM
  1336. *Font LubalinGraph-DemiOblique: Standard "(501.009)" ExtendedRoman ROM
  1337. *Font Marigold: Standard "(001.000)" Standard ROM
  1338. *Font MonaLisa-Recut: Standard "(001.000)" Standard ROM
  1339. *Font Monaco: Standard "(501.012)" ExtendedRoman ROM
  1340. *Font NewCenturySchlbk-Bold: Standard "(501.008)" ExtendedRoman ROM
  1341. *Font NewCenturySchlbk-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
  1342. *Font NewCenturySchlbk-Italic: Standard "(501.011)" ExtendedRoman ROM
  1343. *Font NewCenturySchlbk-Roman: Standard "(501.008)" ExtendedRoman ROM
  1344. *Font NewYork: Standard "(501.013)" ExtendedRoman ROM
  1345. *Font Optima-Bold: Standard "(501.008)" ExtendedRoman ROM
  1346. *Font Optima-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
  1347. *Font Optima-Italic: Standard "(501.010)" ExtendedRoman ROM
  1348. *Font Optima: Standard "(501.010)" ExtendedRoman ROM
  1349. *Font Oxford: Standard "(001.000)" Standard ROM
  1350. *Font Palatino-Bold: Standard "(501.008)" ExtendedRoman ROM
  1351. *Font Palatino-BoldItalic: Standard "(501.007)" ExtendedRoman ROM
  1352. *Font Palatino-Italic: Standard "(501.008)" ExtendedRoman ROM
  1353. *Font Palatino-Roman: Standard "(501.006)" ExtendedRoman ROM
  1354. *Font StempelGaramond-Bold: Standard "(501.007)" ExtendedRoman ROM
  1355. *Font StempelGaramond-BoldItalic: Standard "(501.012)" ExtendedRoman ROM
  1356. *Font StempelGaramond-Italic: Standard "(501.009)" ExtendedRoman ROM
  1357. *Font StempelGaramond-Roman: Standard "(501.011)" ExtendedRoman ROM
  1358. *Font Symbol: Special "(001.008)" Special ROM
  1359. *Font Tekton: Standard "(001.001)" Standard ROM
  1360. *Font Times-Bold: Standard "(501.009)" ExtendedRoman ROM
  1361. *Font Times-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
  1362. *Font Times-Italic: Standard "(501.010)" ExtendedRoman ROM
  1363. *Font Times-Roman: Standard "(501.010)" ExtendedRoman ROM
  1364. *Font TimesNewRomanPS-BoldItalicMT: Standard "(501.011)" ExtendedRoman ROM
  1365. *Font TimesNewRomanPS-BoldMT: Standard "(501.009)" ExtendedRoman ROM
  1366. *Font TimesNewRomanPS-ItalicMT: Standard "(501.011)" ExtendedRoman ROM
  1367. *Font TimesNewRomanPSMT: Standard "(501.010)" ExtendedRoman ROM
  1368. *Font Univers: Standard "(501.009)" ExtendedRoman ROM
  1369. *Font Univers-Bold: Standard "(501.008)" ExtendedRoman ROM
  1370. *Font Univers-BoldExt: Standard "(501.010)" ExtendedRoman ROM
  1371. *Font Univers-BoldExtObl: Standard "(501.010)" ExtendedRoman ROM
  1372. *Font Univers-BoldOblique: Standard "(501.008)" ExtendedRoman ROM
  1373. *Font Univers-Condensed: Standard "(501.011)" ExtendedRoman ROM
  1374. *Font Univers-CondensedBold: Standard "(501.009)" ExtendedRoman ROM
  1375. *Font Univers-CondensedBoldOblique: Standard "(501.009)" ExtendedRoman ROM
  1376. *Font Univers-CondensedOblique: Standard "(501.011)" ExtendedRoman ROM
  1377. *Font Univers-Extended: Standard "(501.009)" ExtendedRoman ROM
  1378. *Font Univers-ExtendedObl: Standard "(501.009)" ExtendedRoman ROM
  1379. *Font Univers-Light: Standard "(501.009)" ExtendedRoman ROM
  1380. *Font Univers-LightOblique: Standard "(501.009)" ExtendedRoman ROM
  1381. *Font Univers-Oblique: Standard "(501.009)" ExtendedRoman ROM
  1382. *Font Wingdings-Regular: Special "(001.001)" Special ROM
  1383. *Font ZapfChancery-MediumItalic: Standard "(002.000)" ExtendedRoman ROM
  1384. *Font ZapfDingbats: Special "(001.005S)" Special ROM
  1385.  
  1386. *?FontQuery: "
  1387.   save
  1388.   {count 1 gt {
  1389.     exch dup 127 string cvs (/) print print (:) print
  1390.     /Font resourcestatus {pop pop (Yes)}{(NO)}ifelse =
  1391.     }{exit}ifelse 
  1392.   }bind loop (*) = flush
  1393.   restore
  1394. "
  1395. *End
  1396.  
  1397. *?FontList: "
  1398.   save
  1399.   (*) {cvn ==} 128 string /Font resourceforall (*) = flush
  1400.   restore
  1401. "
  1402. *End
  1403.  
  1404. *%========== Printer Messages ==========
  1405. *PrinterError: "initializing"
  1406. *PrinterError: "holding"
  1407. *PrinterError: "idle"
  1408. *PrinterError: "busy"
  1409. *PrinterError: "printing"
  1410. *PrinterError: "Warming up"
  1411. *PrinterError: "Energy Save Mode"
  1412. *PrinterError: "Add Staples"
  1413. *PrinterError: "Install Tray #"
  1414. *PrinterError: "Install Duplex Unit"
  1415. *PrinterError: "Remove Paper in Staple Tray"
  1416. *PrinterError: "Remove Paper in Duplex Unit"
  1417. *PrinterError: "Wait for Finish - Staple"
  1418. *PrinterError: "Wait for Finish - Duplex"
  1419. *PrinterError: "Wait for Finish - Finisher"
  1420. *PrinterError: "Remove Paper in StandardTray"
  1421. *PrinterError: "Remove Paper in 1bin Tray"
  1422. *PrinterError: "Remove Paper in Shift Tray"
  1423. *PrinterError: "Remove Paper in OutputTray #"
  1424. *PrinterError: "Remove Misfeed A"
  1425. *PrinterError: "Remove Misfeed B"
  1426. *PrinterError: "Remove Misfeed C"
  1427. *PrinterError: "Remove Misfeed D"
  1428. *PrinterError: "Remove Misfeed E"
  1429. *PrinterError: "Remove Misfeed R"
  1430. *PrinterError: "Remove Misfeed U"
  1431. *PrinterError: "Remove Misfeed Y"
  1432. *PrinterError: "Remove Misfeed X"
  1433. *PrinterError: "miscellaneous error"
  1434. *PrinterError: "serviceman call #1"
  1435. *PrinterError: "copy count over flow"
  1436. *PrinterError: "sort print request canceled"
  1437. *PrinterError: ""
  1438. *PrinterError: "Close Side Bank Cover"
  1439. *PrinterError: "Close Side Main Cover"
  1440. *PrinterError: "Call Service"
  1441. *PrinterError: "Add Toner"
  1442.  
  1443. *Status: "initializing"
  1444. *Status: "holding"
  1445. *Status: "idle"
  1446. *Status: "busy"
  1447. *Status: "printing"
  1448. *Status: "PrinterError: Warming up"
  1449. *Status: "PrinterError: Energy Save Mode"
  1450. *Status: "PrinterError: Add Staple"
  1451. *Status: "PrinterError: Install Tray #"
  1452. *Status: "PrinterError: Install Duplex Unit"
  1453. *Status: "PrinterError: Remove Paper in Staple Tray"
  1454. *Status: "PrinterError: Remove Paper in Duplex Unit"
  1455. *Status: "PrinterError: Wait for Finish - Staple"
  1456. *Status: "PrinterError: Wait for Finish - Duplax"
  1457. *Status: "PrinterError: Wait for Finish - Finisher"
  1458. *Status: "PrinterError: Remove Paper in Standard Tray"
  1459. *Status: "PrinterError: Remove Paper in 1bin Tray"
  1460. *Status: "PrinterError: Remove Paper in Shift Tray"
  1461. *Status: "PrinterError: Remove Paper in Output Tray #"
  1462. *Status: "PrinterError: Remove Misfeed A"
  1463. *Status: "PrinterError: Remove Misfeed B"
  1464. *Status: "PrinterError: Remove Misfeed C"
  1465. *Status: "PrinterError: Remove Misfeed D"
  1466. *Status: "PrinterError: Remove Misfeed E"
  1467. *Status: "PrinterError: Remove Misfeed R"
  1468. *Status: "PrinterError: Remove Misfeed U"
  1469. *Status: "PrinterError: Remove Misfeed Y"
  1470. *Status: "PrinterError: Remove Misfeed Z"
  1471. *Status: "PrinterError: Close Front over"
  1472. *Status: "PrinterError: Close Mailbox Cover"
  1473. *Status: "PrinterError: Close Finisher Cover"
  1474. *Status: "PrinterError: Close Bridge Cover"
  1475. *Status: "PrinterError: Close 1bin Cover"
  1476. *Status: "PrinterError: Close Side Bank Cover"
  1477. *Status: "PrinterError: Close Side Main Cover"
  1478. *Status: "PrinterError: Call Service"
  1479. *Status: "PrinterError: Add Toner"
  1480.  
  1481. *Source: "Parallel"
  1482. *Source: "EtherTalk"
  1483. *Source: "TCP/IP"
  1484. *Source: "SPX/IPX"
  1485. *Source: "NetBEUI"
  1486.  
  1487. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  1488. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  1489. *Message: "\FontName\ not found, using Courier"
  1490.  
  1491. *%========== Color Separation ==========
  1492.  
  1493. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  1494.  
  1495. *%===== For 85 lpi / 600 dpi =====
  1496.  
  1497. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  1498. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  1499. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "15.0"
  1500. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "75.0"
  1501. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  1502.  
  1503. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85"
  1504. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85"
  1505. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "85"
  1506. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "85"
  1507. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85"
  1508.  
  1509. *%===== For 60 lpi / 300 dpi =====
  1510.  
  1511. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  1512. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  1513. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15.0"
  1514. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75.0"
  1515. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0.0"
  1516.  
  1517. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1518. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1519. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1520. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1521. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1522.  
  1523. *% end of Printer Description file for "SAVIN SLP27 PS"
  1524.